New experimental tab styles for staging on sandbox1
authorAdam Miller <adam@users.mediawiki.org>
Mon, 14 Dec 2009 23:07:13 +0000 (23:07 +0000)
committerAdam Miller <adam@users.mediawiki.org>
Mon, 14 Dec 2009 23:07:13 +0000 (23:07 +0000)
skins/vector/experiments/babaco-colors-c.css [new file with mode: 0644]
skins/vector/experiments/new-tabs.css

diff --git a/skins/vector/experiments/babaco-colors-c.css b/skins/vector/experiments/babaco-colors-c.css
new file mode 100644 (file)
index 0000000..bd05b80
--- /dev/null
@@ -0,0 +1,99 @@
+/* Babaco Color Scheme A */
+
+
+a:visited,
+a:visited div.vectorTabs li.selected a:visited span {
+       color: #260e9c;
+}
+
+html .thumbimage,
+#toc, .toc, .mw-warning, div.thumbinner {
+       border-color: #cccccc;
+       background-color: #f7f7f7;
+}
+
+/* Framework */
+body {
+       background-color: #f9f9f9 !important;
+       background-image:url(images/page-base-updated.png);
+}
+
+/* Links */
+a {
+       color: #0066cc;
+}
+a:visited {
+       color: #004d99;
+}
+a:active {
+       color: #ff6600;
+}
+a.stub {
+       color: #56228b;
+}
+a.new, #p-personal a.new {
+       color: #a31205 !important;
+}
+a.new:visited, #p-personal a.new:visited {
+       color: #a31205;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+       border-color:#999999;
+       font-family:georgia, times, serif;
+       font-weight:bold;
+}
+#firstHeading {
+       font-size:1.5em;
+}
+h2 .editsection,
+.portal h5{
+       font-family:sans-serif;
+       font-weight:normal;
+
+}
+#toc h2, .toc h2 {
+       font-family:sans-serif;
+       font-weight:normal;
+}
+body #panel div.portal div.body {
+       background-image:url(images/new-portal-break-ltr.png);
+}
+
+div.vectorTabs li.new a, 
+div.vectorTabs li.new a span, 
+div.vectorTabs li.new a:visited, 
+div.vectorTabs li.new a:visited span {
+       color:#a31205;
+}
+#toc,
+.toc,
+.mw-warning,
+div.gallerybox div.thumb,
+table.gallery,
+#preferences fieldset.prefsection fieldset,
+#preferences,
+html .thumbimage,
+.usermessage,
+img.thumbborder,
+div.thumbinner{
+       border: 1px solid #cccccc;
+       background-color: #f7f7f7;
+}
+#panel div.portal h5 {
+       font-weight:bold;
+       margin-bottom:0;
+       padding-bottom:0.05em;
+       color:#000000;
+}
+div.vectorTabs li.selected a,
+div.vectorTabs li.selected a span,
+div.vectorTabs li.selected a:visited
+div.vectorTabs li.selected a:visited span {
+       color: #333333 !important;
+}
\ No newline at end of file
index 376e5fe..56dd572 100644 (file)
@@ -96,7 +96,7 @@
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
        body div.vectorTabs a span {
                display: inline-block;
-               padding-top: 0.5em;
+               padding-top: 0.55em;
        }
        /* IGNORED BY IE6 */
        /* @noflip */
 #ca-unwatch.icon a {
        background-repeat:no-repeat;
 }
+.wikiEditor-ui-tabs {
+       border: none;
+}
+.wikiEditor-ui-tabs div {
+       border: 1px solid silver;
+       margin-right: 1px;
+}
+.wikiEditor-ui-tabs div a {
+       background: #FFFFFF url(images/tab-fade.png) repeat-x  0 100%;
+}
+.wikiEditor-ui-tabs div.current a {
+       background: #FFFFFF;
+}
\ No newline at end of file